html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.title-heading-t {

    color: #3e5039;
    font-family: Slick;

}
.title-heading-act {

    color: #3e5039;
    font-family: Slick;

}
.img-home{
    height: 480px;

    background-color: #729954;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
body, body.active {
    position: relative;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

main {
    /*height: 100vh;*/
}


@font-face {
    font-family: FuturaGreek;
    src: url(/media/FuGrMd__.ttf);
    font-weight: 400;
}

@font-face {
    font-family: FuturaGreek;
    src: url(/media/FuGrBd__.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: FuturaGreek;
    src: url(/media/FuGrLg__.ttf);
    font-weight: 300;
}

@font-face {
    font-family: FuturaGreek;
    src: url(/media/FuGrSb__.ttf);
    font-weight: 500;
}

@font-face {
    font-family: FuturaGreekCo;
    src: url(/media/FuGrCnMd.ttf);
    font-weight: 500;
}

@font-face {
    font-family: FuturaGreekCo;
    src: url(/media/FuGrCnBd.ttf);
    font-weight: bold;
}

@font-face {
    font-family: FuturaGreek;
    src: url(/media/FuGrTh__.ttf);
    font-weight: 200;
}

.container-fluid {
    padding: 0;
}


[data-toggle~="collapse"] {
    cursor: pointer;
}

[data-toggle=modal] {
    cursor: pointer;
}


input {
    border: 1px solid #ffffff;
}

input:focus,
button:focus,
.btn:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.pr-alert {
    padding: .5rem 1rem;
    font-family: FuturaGreek;
    font-size: 14.8px;
    font-weight: 400;
}

.pr-alert.alert-success {
    background-color: #9ecc7f;
    border-color: #9ecc7f;
}

.pr-alert.alert-danger {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.rotated-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#top-navbar .navbar-phone {
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
}

#top-navbar .mobile-icon {
    width: 40px;
    height: 40px;
}

#top-navbar .mail-icon {
    width: 40px;
    height: 40px;
}


#top-navbar .navbar-phone img {
    width: 27px;
}

#top-navbar .dropdown-menu {
    top: 67%;
}

#top-navbar .dropdown-menu.show {
    background-color: #3e5038;
}

#top-navbar .dropdown-menu {
    transition: ease-out 1s;
}

#top-navbar .dropdown-menu.show .dropdown-item {
    font-size: 17px;
    font-weight: 400;
    font-family: FuturaGreek;
    letter-spacing: -0.1px;
    color: #fefefe;
}

.nav-link span pre {
    font-family: 'FuturaGreek', 'sans-serif';
    display: contents;
    font-weight: bold;
    font-size: 12px;
    color: #3e5038;
}

#top-navbar .dropdown-menu.show .dropdown-item:not(:last-child) {
    border-bottom: solid 0.5px #729954;
}

#top-navbar .dropdown-menu.show .dropdown-item:hover {
    color: #729954;
}

.section-head {
    font-size: 45px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.section-subhead {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.head-line {
    width: 73.7px;
    height: 8px;
    margin: 2rem auto;
}

.container-fluid {
    overflow-x: hidden;
}


/* TOP NAVIGATION */


#top-navbar {
    background-color: #FFF;
    height: 110px;
}


#top-navbar .nav-item {
    /*margin-left: 2rem;*/
}

#top-navbar .nav-item:last-child {
    /*margin-left: 3rem;*/
}

#top-navbar .nav-link {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;

}

#top-navbar .nav.green .nav-link {
    color: #3e5038;
}

#top-navbar .nav.black .nav-link {
    color: #58595b;
    margin-top: auto;
    margin-bottom: .25rem;
    font-family: FuturaGreek;
    font-weight: 400;
    font-size: 16px;
}

#top-navbar .orderNow .nav-link {
    color: #ffffff;
}


#top-navbar .learnMore .nav-link {
    color: #ffffff;
}


#top-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding-top: 0;
    padding-bottom: 0;
    transition: background-color 200ms linear;
    transition: all 0.3s;
    height: 90px;
}

#top-navbar .nav-contact a {
    font-family: 'FuturaGreek', 'sans-serif';
    font-weight: bold;
    font-size: 12px;
}

#top-navbar .nav-contact a span {

    margin-left: 0.5rem;
}


#top-navbar .logo-img {
    width: 242px;
    height: 54px;
    object-fit: contain;
    object-position: right;
    transition: all 0.3s;
}

#top-navbar.scrolled .logo-img {
    width: 142px;
    height: 32px;
}

.tracker-icon {
    width: 33.7px;
    height: 33.7px;
    object-fit: contain;
}

#top-navbar .open-menu path,
#top-navbar .tracker-icon path,
#top-navbar .favorites-icon path,
#top-navbar .profile-icon path,
#top-navbar .cart-icon path {
    fill: #ffffff;
}

#top-navbar .bars {
    font-size: 35px;
    color: #729954;
}

.favorites-icon {
    width: 29px;
    height: 25.4px;
    object-fit: contain;
}


.profile-icon {
    width: 26.6px;
    height: 30.6px;
    object-fit: contain;
}


.cart-icon {
    width: 26.5px;
    height: 28px;
    object-fit: contain;
    margin-right: 0.25rem;
}

.orderNow {
    width: 159.8px;
    height: 40px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

#top-navbar .learnMore {
    width: 210px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

#top-navbar .learnMore:hover {
    background: transparent;
}

.login-icon {
    width: 26.5px;
    height: 29.6px;
    object-fit: contain;
}

.orderNow:hover {
    background: transparent;
}

#top-navbar .badge {
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    padding: 0;
    margin: 0;
}


button {
    border: none;
}


button.navbar-brand {
    background: none;
    border-width: 0;
    padding: 0;
    margin: 0;
}

button:hover {
    cursor: pointer;
}

button:focus, a:focus {
    outline: none;
    box-shadow: none;
}


.open-menu {
    width: 27px;
    height: 27px;
    object-fit: contain;
}


/* SIDEBAR */

#sidebar {
    display: none;
}


/* BREABCRUMBS */

#breadcrumbs {
    margin-top: 135.4px;
    height: 45px;
}

.breadcrumb {
    height: 45px;
    padding-left: 0;
}


.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}

.breadcrumb .breadcrumb-item span {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-size: 30px;
    font-weight: lighter;
    content: "\\";
}

.breadcrumb-item .home-icon {
    width: 13.6px;
    height: 14.2px;
    object-fit: contain;
}

.breadcrumb-item .delivery-icon {
    width: 8.7px;
    height: 15.2px;
    object-fit: contain;
}

.breadcrumb-item .pin-icon {
    width: 9.2px;
    height: 11.7px;
    object-fit: contain;
}

.breadcrumb-item .store-icon {
    width: 12.7px;
    height: 12.2px;
    object-fit: contain;
}

.breadcrumb-title {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
}

.breadcrumb-address {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
}

/* FOOTER */


#learnMore {
    height: 466px;
    background-color: #292828;
}

#learnMore .container {
    height: 466px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#learnMore .card {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#learnMore .card-img {
    border: none;
    border-radius: 0;
    height: 466px;
    width: 100%;
    object-fit: cover;
}


#learnMore .head-line {
    width: 73.7px;
    height: 8px;
}


#learnMore form {
    margin-top: 2rem;
}

#learnMore label {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    justify-content: flex-start;
    padding-bottom: 0.6rem;
}

#learnMore label[for="Email_or_Phone"] {
    padding-left: 24px;
}

#learnMore input[type="text"].form-control {
    width: 330px;
    height: 45px;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #575757;
    border: none;
}

#learnMore input[type="text"].form-control::placeholder {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #575757;
}

#learnMore .btn.contactForm-submit {
    width: 210px;
    height: 45px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#learnMore .btn.contactForm-submit:hover {
    opacity: 0.8;
}


button.nav-head {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: normal;
    background: none;
    border-width: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative;
}


#footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 57px;
    display: flex;
    align-items: center;
    background-color: #121212;
}


#footer-bottom .foot-logo {
    width: 116px;
    height: 26px;
    object-fit: contain;
}


.footer-text,
.footer-text a {
    font-size: 12.3px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}


.emblem {
    width: 25px;
    height: 24px;
    object-fit: contain;
    margin-left: 0.25rem;
    margin-right: 0.35rem;
}


.form-control:focus, button:focus, input:focus {
    outline: none;
    box-shadow: none;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:hover {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


button {
    border: none;
}


/* FORM VALIDATION */


.invalid-feedback {
    position: absolute;
}

.invalid-feedback.input-email {
    padding-left: 1.5rem;
}

input.form-control.error-input {
    border: 1px solid #dc3545 !important;
}

.subdropdown{
    left: 195px;
    margin-top: -24px;
    padding: 0px;
    border: 10px solid transparent;
}

.dropdown-toggle::after{
    vertical-align: middle;
}

/* MEDIA QUERIES */
/* ============= */

/* BREAKPOINT XL */
/* ------------- */

@media (max-width: 1439px) {


    /* NAVBAR */
    #top-navbar .learnMore {
        width: 169.6px;
    }


    /* FOOTER */
    #learnMore input[type="text"].form-control {
        width: 370px;
    }

    #learnMore .btn.contactForm-submit {
        width: 168px;
    }


}


/* BREAKPOINT LG */
/* ------------- */

@media (max-width: 1199px) {

    /* TOP NAVIGATION */
    #top-navbar .learnMore {
        width: 131.6px;
    }


    /* FOOTER */
    #learnMore input[type="text"].form-control {
        width: 330px;
    }

    #learnMore .btn.contactForm-submit {
        width: 213px;
    }

    #top-navbar .brand-section {
        margin-right: auto;
        margin-left: auto;
    }

    /* SIDEBAR */
    body.active {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    #sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        /*kir*/
        background-color: rgba(62, 80, 56, 0.9);
        transition: all .3s;
        overflow-y: scroll;
        z-index: 9999;
        display: block;
    }

    #sub-sidebarDropDown,
    #sidebarDropDown {
        list-style: none;
        margin-bottom: 2px;
    }

    #sidebar li {
        padding: 0.35rem 1rem;
        text-align: right;
    }

    #sidebarDropDown li a {
        font-family: FuturaGreek;
        font-size: 19px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
    }

    #sidebarDropDown .collapsing {
        position: relative;
        height: 0;
    }

    #sidebar.active {
        right: 0;
        /*kir*/
        width: 40%;
    }

    #sidebar .menu-container {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sidebar .nav-link {
        font-family: FuturaGreek;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        padding: 1rem 0rem;
    }

    #sidebar .nav {
        width: 100%;
        margin-right: 100px;
        margin-top: 60px;

    }

    #sidebar .nav-link.dropdown-toggle {
        display: flex;
        justify-content: flex-end;
    }

    #sidebar .sideLearnMore {
        width: 220px;
        height: 45px;
        margin-top: 1.5rem;
    }

    #sidebar .sideLearnMore:hover {
        opacity: 0.6;
    }

    #sidebar .close-btn {
        background: transparent;
        border: none;
        display: block;
        padding: 0;
        margin-left: auto;
        transition: all .3s;
    }

    #sidebar .close-menu {
        width: 30.6px;
        height: 30.6px;
        object-fit: contain;
    }

    #sidebar .close-btn:hover {
        opacity: 0.6;
    }

    #sidebar .container.fixed-top {
        display: flex;
        height: 135.4px;
        right: -200%;
        transition: all .3s;
    }

    #sidebar .container.fixed-top.active {
        right: 0;
        /*kir*/
        width: 10%;
        margin-left: auto;
        margin-right: 40px;
        height: 90px;

    }

    #sidebar .lowerEmblem {
        margin-right: 1rem;
    }


}


@media (max-width: 982px) {

    #learnMore input[type="text"].form-control {
        width: 324px;
    }

}


/* BREAKPOINT MD */
/* ------------- */

@media (max-width: 969px) {


    /* TOP NAVIGATION */
    .navbar > .container {
        justify-content: flex-end;
    }


    #top-navbar .brand-section .navbar-brand a {
        margin: 0;
    }

    #top-navbar .brand-section .logo-img {
        object-position: right;
    }

    #top-navbar button.navbar-brand {
        margin-top: 13px;
    }

    #top-navbar .learnMore {
        width: 158px;
    }


    /* FOOTER */
    #learnMore,
    #learnMore .container,
    #learnMore .card-img {
        height: 620px;
    }


    #learnMore .form-inline {
        flex-flow: column;
    }

    #learnMore label[for="Email_or_Phone"] {
        padding-left: 15px;
    }

    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit {
        width: 345px;
    }

    #learnMore .btn.contactForm-submit {
        margin-top: 1rem;
    }

    #learnMore .input-container.position-relative {
        width: 375px;
    }


    /* FORM VALIDATION */
    .invalid-feedback {
        position: relative;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .invalid-feedback.input-email {
        padding-left: 15px;
    }

    /* sidebar */
    #sidebar.active {
        right: 0;
        width: 40%;
    }

    #sidebar .nav {
        margin-right: 0;
    }

}


/* BREAKPOINT SM */
/* ------------- */

@media (max-width: 749px) {

    /* TOP NAVIGATION */
    /*#top-navbar .logo-img {*/
    /*width: 181px;*/
    /*height: 40px;*/
    /*}*/
    /* BREADCRUMBS */
    #breadcrumbs,
    .breadcrumb {
        height: 56px;
    }

    .breadcrumb .breadcrumb-item span {
        max-width: 130px;
    }


    /* FOOTER */
    #learnMore,
    #learnMore .container,
    #learnMore .card-img {
        height: 650px;
    }


    #learnMore label[for="Email_or_Phone"] {
        padding-left: 0;
    }

    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit {
        width: 335px;
    }

    #learnMore .input-container.position-relative {
        width: 335px;
    }


    /* FORM VALIDATION */
    .invalid-feedback.input-email {
        padding-left: 0;
    }

    #sidebar.active {
        right: 0;
        width: 50%;
    }

}

@media (max-width: 550px) {
    /*#sidebar.active {*/
    /*right: 0;*/
    /*width: 55%;*/
    /*}*/
    #sidebar.active {
        width: 100%;
    }

    #sidebar .menu-container {
        height: auto;
    }

    #sidebar .nav {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        margin-top: 220px;
    }
}

/* BREAKPOINT XS */
/* ------------- */


@media (max-width: 480px) {
    #sidebar .nav {
        margin-top: 70px;
    }

    .section-head {
        font-size: 32px;
    }

    /* TOP NAVIGATION */
    /*#top-navbar .logo-img {*/
    /*width: 140px;*/
    /*height: 31px;*/
    /*}*/
    #top-navbar.scrolled .logo-img {
        width: 100px;
        height: 22px;
    }

    a.navbar-brand {
        margin-right: 0;
        margin-left: 0;
    }

    .open-menu {
        width: 22px;
        height: 30px;
    }


    /* BREADCRUMBS */
    #breadcrumbs {
        visibility: hidden;
        height: 0;
    }


    /* FOOTER */
    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit,
    #learnMore .input-container.position-relative {
        width: 270px;
    }


    #footer-bottom .foot-logo {
        width: 80px;
        height: 18px;
    }

    .emblem {
        width: 20px;
        height: 20px;
    }

    #top-navbar .brand-section .logo-img {
        object-position: center;
        width: 193px;
        height: 54px;

    }

}


